Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The customer unique identifier in your system

Body

application/json
name
string

The full name of the customer

Example:

"John Smith"

platforms
string[] | null

Platforms associated with the customer

gender
enum<string>

The gender of the customer. Can only be updated if not set.

Available options:
MALE,
FEMALE
dob
string<date-time> | null

The date of birth of the customer. Can only be updated if not set.

document_type
string | null

The document type of the customer. If provided, document_number is required.

document_number
string | null

The document number of the customer. If provided, document_type is required.

Maximum string length: 50
country
string | null

The country of the customer

Maximum string length: 100
phone
string | null

The customer's phone number in international format. Required for WhatsApp delivery.

Example:

"+593 99 123 4567"

tags
object

Include your conditions customer tags here

metadata
object

The metadata of the customer

Response

Customer updated

data
object